int c = new int(); in C#

24

int c = new int(); in C# -

int A = 100;
int c = new int();
Console.WriteLine(c.a)

Comments

Submit
0 Comments